home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200406-01.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  71 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200406-01.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14512);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200406-01");
  17.  
  18.  desc = 'The remote host is affected by the vulnerability described in GLSA-200406-01
  19. (Ethereal: Multiple security problems)
  20.  
  21.  
  22.     There are multiple vulnerabilities in versions of Ethereal earlier than
  23.     0.10.4, including:
  24.     A buffer overflow in the MMSE dissector.
  25.     Under specific conditions a SIP packet could make Ethereal crash.
  26.     The AIM dissector could throw an assertion, causing Ethereal to
  27.     crash.
  28.     The SPNEGO dissector could dereference a null pointer, causing a
  29.     crash.
  30.   
  31. Impact
  32.  
  33.     An attacker could use these vulnerabilities to crash Ethereal or even
  34.     execute arbitrary code with the permissions of the user running Ethereal,
  35.     which could be the root user.
  36.   
  37. Workaround
  38.  
  39.     For a temporary workaround you can disable all affected protocol dissectors
  40.     by selecting Analyze->Enabled Protocols... and deselecting them from the
  41.     list. However, it is strongly recommended to upgrade to the latest stable
  42.     release.
  43.   
  44. References:
  45.     http://www.ethereal.com/appnotes/enpa-sa-00014.html
  46.  
  47.  
  48. Solution: 
  49.     All Ethereal users should upgrade to the latest stable version:
  50.     # emerge sync
  51.     # emerge -pv ">=net-analyzer/ethereal-0.10.4"
  52.     # emerge ">=net-analyzer/ethereal-0.10.4"
  53.   
  54.  
  55. Risk Factor : High
  56. ';
  57.  script_description(english: desc);
  58.  script_copyright(english: "(C) 2004 Michel Arboi");
  59.  script_name(english: "[GLSA-200406-01] Ethereal: Multiple security problems");
  60.  script_category(ACT_GATHER_INFO);
  61.  script_family(english: "Gentoo Local Security Checks");
  62.  script_dependencies("ssh_get_info.nasl");
  63.  script_require_keys('Host/Gentoo/qpkg-list');
  64.  script_summary(english: 'Ethereal: Multiple security problems');
  65.  exit(0);
  66. }
  67.  
  68. include('qpkg.inc');
  69. if (qpkg_check(package: "net-analyzer/ethereal", unaffected: make_list("ge 0.10.4"), vulnerable: make_list("le 0.10.3")
  70. )) { security_hole(0); exit(0); }
  71.